go/types.Checker.exprWithHint (method)
4 uses
go/types (current package)
expr.go#L1300: func (check *Checker) exprWithHint(x *operand, e ast.Expr, hint Type) {
literals.go#L289: check.exprWithHint(x, kv.Key, utyp.key)
literals.go#L314: check.exprWithHint(x, kv.Value, utyp.elem)
literals.go#L391: check.exprWithHint(&x, eval, typ)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)